home *** CD-ROM | disk | FTP | other *** search
/ Exploring Where & Why / Exploring Where & Why.iso / pc / MODULES / LESSON02 / ACT02A / L02EXIT.DIR / Internal_15_playagain.ls < prev    next >
Encoding:
Text File  |  2003-05-01  |  155 b   |  8 lines

  1. on mouseUp
  2.   global gUI
  3.   mem = the member of sprite 120
  4.   name = item 1 of the name of member mem
  5.   basicNameAnim(gUI, name, 120, 6)
  6.   go(1, "L02A1")
  7. end
  8.